From 9d11da702b6ead8027456a107b879499ba84fcd9 Mon Sep 17 00:00:00 2001 From: David King Date: Fri, 4 May 2012 03:25:22 +0100 Subject: [PATCH] docs: Clarify GtkToggleButton action documentation https://bugzilla.gnome.org/show_bug.cgi?id=373279 --- gtk/gtktogglebutton.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/gtktogglebutton.c b/gtk/gtktogglebutton.c index a5d9497136..cb011fc6a6 100644 --- a/gtk/gtktogglebutton.c +++ b/gtk/gtktogglebutton.c @@ -448,7 +448,8 @@ gtk_toggle_button_get_mode (GtkToggleButton *toggle_button) * * Sets the status of the toggle button. Set to %TRUE if you want the * GtkToggleButton to be 'pressed in', and %FALSE to raise it. - * This action causes the toggled signal to be emitted. + * This action causes the #GtkToggleButton::toggled signal and the + * #GtkButton::clicked signal to be emitted. */ void gtk_toggle_button_set_active (GtkToggleButton *toggle_button, -- 2.30.2